Active Query Builder 2 .NET Edition reference
FindIndices<T>(String) Method



Returns the list of indexes of metadata items that match the string name.
Syntax
'Declaration
 
Public Overloads Function FindIndices(Of T As MetadataItem)( _
   ByVal name As System.String _
) As System.Collections.Generic.IList(Of Integer)
'Usage
 
Dim instance As MetadataList
Dim name As System.String
Dim value As System.Collections.Generic.IList(Of Integer)
 
value = instance.FindIndices(Of T)(name)
public System.Collections.Generic.IList<int> FindIndices<T>( 
   System.string name
)
where T: MetadataItem
public: System.Collections.Generic.IList<int>* FindIndices<T>( 
   System.string* name
) 
where T: MetadataItem

Parameters

name

Type Parameters

T
See Also

Reference

MetadataList Class
MetadataList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback